|
|
|
|
|
|
|
| include 'search.php' ?> |
include 'include/php/constants.php';
include 'include/php/functions.php';
$objDb=new objCommon;
$objDb->connection($host,$user,$pass,$db);
$id=trim($_GET['id']);
$query="select * from news where id=$id ";
$result=mysql_query($query) or die($query);
if($result)
{
if($row=mysql_fetch_object($result))
{
$intId=$row->id;
$strTitle=$row->title;
$strDescription=$row->description;
$strImage=$row->image;
$strDate=$row->postdate;
$boolVideo=$row->video;
$boolSlide=$row->slide;
}
}
?>
|
|
=$strTitle?> |
|
|
|
E-mail this Article to a Friend
|
| |
|
|
|
|
include 'homenews.php' ?>
|
HITNet SAT.com By E-mail |
|
$url ="subscribe.php?page=$page&category=1"
//$url="#";
?>
|
|
|
|
=formatDate($strDate);?>
if ($strImage)
{ ?>

} ?>
=$strDescription?>
Print This Page
|
|
|
|
|
|
© 2005 Hispanic Information and Telecommunications Network, Inc, |
|